.head1{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    height: 40px;
    width: auto;
   }
   .head1>img{
    width: 15px;
    height: 13px;
   }
   .head1>p{
    color: #f3f3f3;
   }
   .head1>h3{
       display: inline-block;
       text-align: left;
       font-size: 4px;
       line-height: 40px;
       padding: 0 56% 0 5%;
   }
   .head1>p{
   display: inline;
   text-align: right;font-size: 4px;
   padding: 0 1%;
   }
   .nav{
       width: auto;
       height: 90px;
       background-color: antiquewhite;
   }
   .nav>img{
    width: 122px;
    padding: 2% 33% 0 3%;
    float: left;
    height: auto;
}
   .nav>div{
       width: 90px;
       margin: 35px 0;
       display: inline-block;
       font-size: 8px;
       text-align: center;
   }
   .nav>div>a>p{
    margin: 0 23%;
    color: black;
    font-size: 10px;;
}
.nav>div>a>p:hover{
    border-bottom: 2px solid blue ;
}
a{
    text-decoration: auto;
}
#left{
    border: 1px solid black;
    width: 20%;
    height: 600px;
    float: left;
    margin-top: 30px;
    margin-left: 5%;

}
#right{
    border: 1px solid black;
    float:left;
    margin-left: 30px;
    height: 700px;
    width: 70%;
    margin-top: 30px;
}
p{
    font-size: 14px;
    line-height: 30px;
    color: #818388;
    margin-bottom: 40px;
}
img{
    height: 100%;
    width: 100%;
}
#jump{
    background-color:whitesmoke;
    height: 300px;
    width: 600px;
    margin-top: 300px;
    margin-left: 30%;
    text-align: center;
    display: none;
    position: absolute;
}
footer{
    background-color: rgb(0, 0, 0);
    height: 300px;
    clear: left;
}
footer>div{
    width: 23%;
    text-align: center;
    margin: 0px 5%;
    float: left;
    color: white;
}
footer>div>img{
    width: 15px;
    height: 13px;
}
footer>div>p{
    font-size: 10px;
    color: rgb(255, 255, 255);
    margin: 0;
}
footer>div>a:nth-of-type(odd){
    float: left;
    font-size: 10px;
    color: aliceblue;
}
footer>div>a:nth-of-type(even){
    float: right;
    font-size: 10px;
    color: aliceblue;
}
.foot{
    height: 37px;
    width: 100%;
    background-color: rgb(79, 79, 76);
    line-height: 33px;
    padding: 0;
    margin: 20px 0
}